home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Utilities / amicas / doc / ctf.tok < prev   
Encoding:
Text File  |  1997-11-22  |  19.1 KB  |  877 lines

  1. #   CaS Token File for Calculator Text Format
  2. #
  3. #   For more info on CTF read http://www.york.ac.uk/~tw104/casio/
  4. #
  5. #   Author          :  Tom Wheeley and Tom Lynn
  6. #   Contact         :  <tw104@york.ac.uk>
  7. #   Created         :  96/04/19
  8. #   Last Modified   :  97/04/28
  9. #   min CaS version :  1.1.4a
  10. #
  11. #   Description     :  Standard CaS token file to implement support for CTF
  12. #                   :  Do not change this file!
  13. #
  14.  
  15. # Flags overview:
  16. #  l        list mode only
  17. #  v        verbatim feature.  Token not read/written when in a string.
  18. #  n        not normally enterable on calculator
  19. #  f        May be used in a filename
  20. #  t        Tricky.  Description of token for glossary
  21. #  7,9,8,5  Model specific {7700, 9700, 9800, 9x50}
  22. #  -        Not to be used unless an explicit model is specified.
  23.  
  24. #  0|{CaS end of file indicator}
  25.    1|{l}f|{v}femto|\femto
  26.    2|{l}p|{v}pico|\pico
  27.    3|{l}n|{v}nano|\nano
  28.    4|{l}u|{v}micro|\micro
  29.    5|{l}m|{v}milli|\milli
  30.    6|{l}k|{v}kilo|\kilo
  31.    7|{l}M|{v}Mega|{v}mega|\Mega|\mega
  32.    8|{l}G|{v}Giga|{v}giga|\Giga|\giga
  33.    9|{l}T|{v}Tera|{v}tera|\Tera|\tera
  34.   10|{l}P|{v}Peta|{v}peta|\Peta|\peta
  35.   11|{l}E|{v}Exa|{v}exa|\Exa|\exa
  36. # disp.  Also can be used in the middle of a line (not recommended)
  37.   12|_@\n|_@d010|_@d013|_@d013@d010|_
  38. # Lots of different EOL markers allowed, so PC/mac/Unix files can be used.
  39. # Output is to local default @\n (set by the compiler when compiling CaS)
  40. # Note that the _string_ "\n" is also allowed.
  41.   13|@\n|@d010|@d013|@d013@d010|\n@\n|\n|\n@d010|\n@d013|\n@d013@d010
  42.   14|->
  43. # Have *10^ as an optimisation.
  44.   15|{l}E|{v}*10^|\exp{t}exponent
  45.   16|{v} <= |<=
  46.   17|{v} <> |<>|/=
  47.   18|{v} >= |>=
  48.   19|{v} => |=>
  49.   20|{v}f1|\f1
  50.   21|{v}f2|\f2
  51.   22|{v}f3|\f3
  52.   23|{v}f4|\f4
  53.   24|{v}f5|\f5
  54.   25|{v}f6|\f6
  55.   26|\A
  56.   27|\B
  57.   28|\C
  58.   29|\D
  59.   30|\E
  60.   31|\F
  61.   32|{f}@d032|{v}@\t
  62. # ! symbol (fatter looking than factorial)
  63.   33|{l}!|{n}\!
  64.   34|{f}"
  65.   35|{985}#|{-7n}#
  66. # `${' and `@\n$' are reserved for the preprocessor.  Use \\ where appropriate
  67.   36|{n}$|{n}\dollar
  68. # escaped to allow % to mean fraction delimiter
  69.   37|{n}\%
  70.   38|{n}&
  71.   39|{f}'
  72.   40|(
  73.   41|)
  74. # The asterisk is escaped with a backslash to allow it to mean multiply.
  75.   42|{l}*|{7n}\*|{985}\*|{t}asterisk '*'
  76. # ascii + and - are not their arithmetical counterparts
  77.   43|{l}+|{n}\+
  78.   45|{l}-|{n}\-
  79.   44|{v}, |,
  80.   46|{f}.
  81. # The foreslash is escaped with a backslash to allow it to mean divide.
  82.   47|{l}/|{7n}\/|{985}\/|{t}forward slash `/'
  83. #
  84.   48|{f}0
  85.   49|{f}1
  86.   50|{f}2
  87.   51|{f}3
  88.   52|{f}4
  89.   53|{f}5
  90.   54|{f}6
  91.   55|{f}7
  92.   56|{f}8
  93.   57|{f}9
  94. # Let people put `:' colons at the end of a line
  95.   58|:|:@\n|:@d010|:@d013|:@d013@d010
  96.   59|;
  97.   60|{v} < |<
  98.   61|{v} = |=
  99.   62|{v} > |>
  100.   63|?
  101.   64|{n}@\@
  102.   65|{f}A
  103.   66|{f}B
  104.   67|{f}C
  105.   68|{f}D
  106.   69|{f}E
  107.   70|{f}F
  108.   71|{f}G
  109.   72|{f}H
  110.   73|{f}I
  111.   74|{f}J
  112.   75|{f}K
  113.   76|{f}L
  114.   77|{f}M
  115.   78|{f}N
  116.   79|{f}O
  117.   80|{f}P
  118.   81|{f}Q
  119.   82|{f}R
  120.   83|{f}S
  121.   84|{f}T
  122.   85|{f}U
  123.   86|{f}V
  124.   87|{f}W
  125.   88|{f}X
  126.   89|{f}Y
  127.   90|{f}Z
  128.   91|{f}[
  129.   92|{n}\yen
  130.   93|{f}]
  131.   94|{l}^|{n}\^
  132.   95|{n}\_
  133.   96|{n}`
  134.   97|{98}a|{-75n}a
  135.   98|{98}b|{-75n}b
  136.   99|{98}c|{-75n}c
  137.  100|{98}d|{-75n}d
  138.  101|{98}e|{-75n}e
  139.  102|{98}f|{-75n}f
  140.  103|{98}g|{-75n}g
  141.  104|{98}h|{-75n}h
  142.  105|{98}i|{-75n}i
  143.  106|{98}j|{-75n}j
  144.  107|{98}k|{-75n}k
  145.  108|{98}l|{-75n}l
  146.  109|{98}m|{-75n}m
  147.  110|{98}n|{-75n}n
  148.  111|{98}o|{-75n}o
  149.  112|{98}p|{-75n}p
  150.  113|{98}q|{-75n}q
  151.  114|{98}r|{-75n}r
  152.  115|{98}s|{-75n}s
  153.  116|{98}t|{-75n}t
  154.  117|{98}u|{-75n}u
  155.  118|{98}v|{-75n}v
  156.  119|{98}w|{-75n}w
  157.  120|{98}x|{-75n}x
  158.  121|{98}y|{-75n}y
  159.  122|{98}z|{-75n}z
  160.  123|{5}{|{-798n}{
  161. # pipe `|' == @d124.  We can't have | as it is the token separator char.
  162. #124|{n}@\p
  163.  125|{5}}|{-798n}}
  164.  126|{f}~
  165. #127|{Shift code}
  166.  128|Pol(|{v}pol(
  167.  129|sin |{v}sin
  168.  130|cos |{v}cos
  169.  131|tan |{v}tan
  170.  132|{l}h|\h|{t}hexadecimal specifier
  171.  133|ln |{v}ln
  172. # allow \2rt for compatibility with \nrt
  173.  134|{v}sqrt |{v}sqrt|\sqrt|\2rt
  174.  135|(-)
  175.  136|{l}P|{v}nPr|\nPr
  176.  137|{v} + |{f}+
  177.  138|xnor
  178.  139|{v}^2 |\^2|\sqr|{t}Squared symbol
  179.  140|\.|\dms|{t}degrees/minutes/seconds separator
  180.  141|{l}$(|$dx(|\I(|{t}integrate
  181.  142|{7n}Mo
  182.  142|{985n}Mod
  183.  143|\sumxsqr|\sumsqrx|{t}sum of x^2
  184. #144|
  185. # These have to be escaped in strings `asin' doesn't actually look like
  186. # 'a','s','i','n'.
  187.  145|{v}asin |\asin |{v}\asin
  188.  146|{v}acos |\acos |{v}\acos
  189.  147|{v}atan |\atan |{v}\atan
  190. # base-n decimal specifier
  191.  148|{l}d|\d
  192.  149|log |{v}log
  193. # allow \3rt for compatibility with \nrt
  194.  150|{v}cbrt |{v}cbrt|\cbrt|\3rt
  195.  151|Abs |{v}Abs|{v}abs
  196.  152|{l}C|\nCr|{v}nCr
  197.  153|{v} - |{f}-
  198.  154|xor
  199. # reciprocol
  200.  155|{v}^-1 |{v}^-1|\^-1|\-1|\rcp|{t}reciprocol (1/x, x^-1)
  201.  156|{v}(deg)|\(deg)|{t}in degrees (degrees symbol)
  202. #157|
  203.  158|Med|{v}med
  204.  159|\sumx|{t}sum of x data
  205.  160|Rec(|{v}rec(
  206.  161|sinh |{v}sinh
  207.  162|cosh |{v}cosh
  208.  163|tanh |{v}tanh
  209. # base-n octal specifier
  210.  164|{l}o|\o|{t}octal
  211. # as in 2.7183 to the power of ...
  212.  165|{l}e|e^
  213.  166|Int |{v}Int|{v}int
  214. # Bitwise Not.  ***HIGHLY*** recommended you use `not' instead, as `Not' is
  215. # reserved for boolean Not in 9x50 If statement logic.  Not my fault dumb old
  216. # c*sio used uppercase for Not and Neg, but not for and, or, xor etc.
  217.  167|{798}Not |{798v}Not|{798v}not
  218.  167|{5}not |{5v}not|{t}bitwise not
  219.  168|{v} ^ |^|{v}x^y
  220. # multiply
  221.  169|{v} * |{f}*
  222.  170|{v} or |or
  223. # factorial
  224.  171|!
  225.  172|{v}(rad)|\rad|{t}in radians (superscript r symbol)
  226.  173|{5}minY
  227.  174|{798}Min|{798v}min
  228.  174|{5}minX
  229.  175|{l}n|\num|{t}statistics `n'
  230. #176|
  231.  177|{v}asinh |{v}asinh|\asinh |{v}\asinh
  232.  178|{v}acosh |{v}acosh|\acosh |{v}\acosh
  233.  179|{v}atanh |{v}atanh|\atanh |{v}\atanh
  234. # binary base specifier
  235.  180|{l}b|\b|{t}in binary
  236. # Shift log.  we can't have just 10^, as it will confuse say 210^
  237.  181|{v} 10^|\10^|{t}10 to the power of.  (SHIFT + log)
  238.  182|Frac |{v}Frac|{v}frac
  239.  183|Neg |{v}Neg|{v}neg
  240. # Have \xrt as it is closest to the calculator. \nrt for mathematicians
  241.  184|\xrt|\nrt|{t}xth root of
  242. # division
  243.  185|{v} / |{f}/
  244. # bitwise AND
  245.  186|{v} and |and
  246. # fraction delimiter
  247.  187|%|{t}fraction delimiter (a b/c)
  248. # On the calc it is (gra) but a lot of people think in (grad); so both
  249.  188|{v}(gra)|{v}(grad)|\(gra)|\(grad)|{t}in gradians (superscript g symbol)
  250.  189|{5}maxY
  251.  190|{798}Max|{798v}max
  252.  190|{5}maxX
  253.  191|\sumysqr|\sumsqry|{t}sum of y^2
  254.  192|Ans|{v}ans
  255.  193|Ran#|{v}ran#|\rand
  256. #Allow \meanx so we can have \meany to please tl.  Not recommended in use
  257.  194|{v}xbar|\xbar|\meanx|{t}x mean
  258.  195|{v}ybar|\ybar|\meany|{t}y mean
  259.  196|{v}xs(n)|\xs(n)
  260.  197|{v}xs(n-1)|\xs(n-1)
  261.  198|{v}ys(n)|\ys(n)
  262.  199|{v}ys(n-1)|\ys(n-1)
  263. # Allow \yintcp and \slope as they are easier to remember which is which.
  264.  200|{v}regA|\regA|\yintcp|{t}regression `A' (y intercept)
  265.  201|{v}regB|\regB|\slope|{t}regression `B' (slope)
  266.  202|{l}r|{v}regr|\regr|{t}correlation coefficient `r'
  267.  203|{v}xhat|\xhat|{t}expected value of x
  268.  204|{v}yhat|\yhat|{t}expected value of y
  269. # r
  270.  205|{l}r|{f}\r|{t}r (as in r and theta)
  271. # theta
  272.  206|{f}\th|{v}th|{v}theta|{f}\theta|{t}theta (as in r and theta)
  273.  207|\sumy|{t}sum of y data
  274.  208|\pi
  275.  209|Cls|{v}cls
  276.  210|{798}Mcl|{798v}mcl
  277.  211|Rnd|{v}rnd
  278.  212|Dec|{v}dec
  279.  213|Hex|{v}hex
  280.  214|Bin|{v}bin
  281.  215|Oct|{v}oct
  282.  216|{798}Scl|{798v}scl
  283.  217|Norm|{v}norm
  284.  218|Deg|{v}deg
  285.  219|Rad|{v}rad
  286.  220|Gra|{v}gra|{v}Grad|{v}grad
  287.  221|Eng|{v}eng
  288.  222|Intg |{v}Intg|{v}intg
  289.  223|{v}sumxy|\sumxy|{t}sum of x*y
  290.  224|Plot |{v}Plot|{v}plot
  291.  225|Line|{v}line
  292.  226|Lbl |{v}Lbl|{v}lbl
  293.  227|Fix |{v}Fix|{v}fix
  294.  228|Sci |{v}Sci|{v}sci
  295.  229|{798}Defm |{798v}Defm|{798v}defm
  296.  230|{798l}CL |{798}\CL|{798}\cl
  297.  231|{798l}DT |{798}\DT|{798}\dt
  298.  232|Dsz |{v}Dsz|{v}dsz
  299.  233|Isz |{v}Isz|{v}isz
  300.  234|Factor |{v}Factor|{v}factor
  301.  235|{798}Range |{v798}Range|{v798}range
  302.  235|{5}ViewWindow |{v5}ViewWindow|{v5}viewwindow
  303.  236|Goto |{v}Goto|{v}goto
  304.  237|Prog |{v}Prog|{v}prog
  305.  238|Graph Y=|{v}graph Y=
  306.  239|Graph $|Graph I|{t}integration graph
  307.  240|Graph Y>|{v}graph Y>
  308.  241|Graph Y<|{v}graph Y<
  309.  242|Graph Y>=|{v}graph Y>=
  310.  243|Graph Y<=|{v}graph Y<=
  311.  244|Graph r=|{v}graph r=|{v}Graph \r=
  312. # Allow Graph(X,Y)= with no space as may often be typed in
  313.  245|Graph (X,Y)=(|{v}graph (X,Y)=(|{v}Graph(X,Y)=(|{v}graph(X,Y)=(
  314. # big fat chunky comma in CASIOWIN
  315.  246|{n}\,
  316. #247|{double-shift char}
  317. #248|
  318. #249|
  319. #250|
  320.  251|{l}P(|\P(|{t}normal distribution P(
  321.  252|{l}Q(|\Q(|{t}normal distribution Q(
  322.  253|{l}R(|\R(|{t}normal distribution R(
  323.  254|{l}t(|\t(|{t}normalisation t(
  324. #strange behaviour surrounds @d255 -- end of block character in calc
  325.  255|{n}\end@\n|{n}\end@d010|{n}\end@d013|{n}\end@d013@d010|{n}\end
  326.  255|{n}\hide@\n|{n}\hide@d010|{n}\hide@d013|{n}\hide@d013@d010|{n}\hide
  327. #
  328. # Shifted tokens (shift char 0x7f)
  329. #
  330.  256|{985}Xmin
  331.  257|{985}Xmax
  332.  258|{985}Xscl
  333. #259|
  334.  260|{985}Ymin
  335.  261|{985}Ymax
  336.  262|{985}Yscl
  337. #263|
  338. # Really t-theta-max(etc).  Nasty.
  339.  264|{985v}tthmin|{985}\tthmin|{98t}t/theta min
  340.  265|{985v}tthmax|{985}\tthmax|{98t}t/theta max
  341.  266|{98v}tthptch|{98}\tthptch|{98t}t/theta pitch
  342.  266|{5v}tthscl|{5}\tthscl|{5t}t/theta scale
  343.  267|{985}Xfct
  344.  268|{985}Yfct
  345.  269|{5}D Start|{5v}d start|{5v}D start
  346.  270|{5}D End|{5v}d end|{5v}D end
  347.  271|{5}D Pitch|{5v}d pitch|{5v}D pitch
  348. # In CASIOWIN, the following is `not equal to x', `<>x'
  349.  272|{98n}$dx
  350.  272|{5}RightXmin|{5v}rightXmin
  351.  273|{98n}LwLim
  352.  273|{5}RightXmax|{5v}rightXmax
  353.  274|{98n}UpLim
  354.  274|{5}RightXscl|{5v}rightXscl
  355.  275|{98n}Div
  356.  276|{98n}d/dx
  357.  276|{5}RightYmin|{5v}rightYmin
  358.  277|{98n}\deltaX|{98n}\deltax
  359.  277|{5}RightYmax|{5v}rightYmax
  360.  278|{98n}\a??
  361.  278|{5}RightYscl|{5v}rightYscl
  362.  279|{98}DTx|{98v}dtx
  363.  280|{98}DTy|{98v}dty
  364. # These tokens will probably always be horrible.
  365.  280|{5}\rtthmin|{5v}Righttthmin|{5v}righttthmin|{5t}right t/theta min
  366.  281|{98}DTf|{98v}dtf
  367.  281|{5}\rtthmax|{5v}Righttthmax|{5v}righttthmax|{5t}right t/theta max
  368.  282|{5}\rtthscl|{5v}Righttthscl|{5v}righttthscl|{5t}right t/theta scale
  369. #283|
  370. #284|
  371. # unknown.  Letters c,d,e.  Followed by ?? to prevent clash with \d decimal
  372.  285|{5}\c??
  373.  286|{5}\d??
  374.  287|{5}\e??
  375.  288|{98n}Fract |{98vn}Fract
  376.  288|{98vn}Frocg. |{98vn}Frocg
  377.  288|{5}Max(|{5v}max(
  378.  289|Det |{v}Det|{v}det
  379.  290|{985}Arg |{985v}Arg|{985v}arg
  380.  291|{985}Conjg |{985v}Conjg|{985v}conjg
  381.  292|{985}ReP |{985v}ReP|{985v}rep
  382.  293|{985}ImP |{985v}ImP|{985v}imp
  383.  294|d/dx(
  384.  295|{5}d2/dx2(
  385.  296|{5}Solve(|{5v}solve(
  386.  297|{985}\sigma(|{985}\summa(|{t}Sigma summation function
  387.  298|{5}FMin(|{5v}Fmin(|{5v}fmin(
  388.  299|{5}FMax(|{5v}Fmax(|{5v}fmax(
  389.  300|{5}Seq(|{5v}seq(
  390.  301|{5}Min(|{5v}min(
  391.  302|{5}Mean(|{5v}mean(
  392.  303|{5}Median(|{5v}median(
  393.  304|{98n}Pause|{98vn}pause
  394.  304|{5n}\IfEn
  395.  305|{98n}End|{vn}end
  396.  305|{5}P/L-Orange|{5v}p/l-orange
  397.  306|{98n}Csn |{98vn}Csn|{98vn}csn
  398.  306|{5}P/L-Blue|{5v}p/l-blue
  399.  307|{98n}Auto |{98vn}Auto|{98vn}auto
  400.  307|{5}P/L-Green|{5v}p/l-green
  401.  308|{85}Orange |{v85}Orange|{v85}orange
  402.  309|{85}Blue |{v85}Blue|{v85}blue
  403.  310|{85}Green |{v85}Green|{v85}green
  404.  311|{5}OrangeG |{5v}OrangeG|{5v}orangeg
  405.  312|{5}BlueG |{5v}BlueG|{5v}blueg
  406.  313|{5}GreenG |{5v}GreenG|{5v}greeng
  407. #314|
  408. #315|
  409. #316|
  410. #317|
  411. #318|
  412. #319|
  413.  320|Mat |{v}Mat|{v}mat
  414.  321|Trn |{v}Trn|{v}trn
  415.  322|*Row |{v}*Row|{v}*row
  416.  323|*Row+ |{v}*Row+|{v}*row+
  417.  324|Row+ |{v}Row+|{v}row+
  418.  325|Swap |{v}Swap|{v}swap
  419.  326|{5}Dim |{5v}Dim|{5v}dim
  420.  327|{5}Fill(|{5v}fill(
  421.  328|{5}Identity |{5v}Identity|{5v}identity
  422.  329|{5}Augment(|{5v}augment(
  423.  330|{5}List->Mat(|{5v}list->mat
  424.  331|{5}Mat->List|{5v}mat->list
  425.  332|{5}Sum |{5v}Sum|{5v}sum
  426.  333|{5}Prod |{5v}Prod|{5v}prod
  427.  334|{5}Percent |{5v}Percent|{5v}percent
  428. # another weird one
  429.  335|{798n}\eat
  430.  335|{5}Cuml |{5v}Cuml|{5v}cuml
  431. # sqrt(-1)  Allow j as well as a pi/2 phase shift operator
  432. # we can't have just `i' as a nice token as it clashes directly with
  433. # the letter `i' on input.
  434.  336|{985l}i|{985}\i|{985}\j|{t}imaginary number `i' (sqrt -1)
  435.  337|{5v}List |{5}List|{5v}list
  436. #338|
  437. #339|
  438. #340|
  439. #341|
  440. #342|
  441. #343|
  442. #344|
  443. #345|
  444. #346|
  445. #347|
  446. #348|
  447. #349|
  448. #350|
  449. #351|
  450.  352|Sim Coef|{v}Sim Coeff|{v}sim coeff
  451.  353|Ply Coef|{v}Ply coeff|{v}ply coeff
  452.  354|{5}Sim Result|{5v}sim result
  453.  355|{5}Ply Result|{5v}ply result
  454. #356|
  455. #357|
  456. #358|
  457. #359|
  458. #360|
  459. #361|
  460.  362|{5}\List1
  461.  363|{5}\List2
  462.  364|{5}\List3
  463.  365|{5}\List4
  464.  366|{5}\List5
  465.  367|{5}\List6
  466.  368|{798}Sim X
  467.  369|{798}Sim Y
  468.  370|{798}Sim Z
  469.  371|{98}Sim T
  470.  372|{98}Sim U
  471.  373|{98}Sim V
  472.  374|{5n}\Q1
  473.  375|{5n}\Q3
  474.  376|{5n}\x1
  475.  377|{5n}\y1
  476.  378|{5n}\x2
  477.  379|{5n}\y2
  478.  380|{5n}\x3
  479.  381|{5n}\y3
  480. #382|
  481. #383|
  482.  384|{798}Ply X1
  483.  385|{798}Ply X2
  484.  386|{98}Ply X3
  485. #387|
  486. #388|
  487. #389|
  488. #390|
  489. #391|
  490. #392|
  491. #393|
  492. #394|
  493. #395|
  494. #396|
  495. #397|
  496. #398|
  497.  399|{5}GetKey|{5v}Getkey|{5v}getkey
  498.  400|{985}F Result|{985v}f result|{985v}F result
  499.  401|{985}F Start|{985v}f start|{985v}F start
  500.  402|{985}F End|{985v}f end|{985v}F end
  501.  403|{985}F pitch|{985v}f pitch
  502.  404|{985}R Result|{985v}r result|{985v}R result
  503.  405|{985}R Start|{985v}r start|{985v}R start
  504.  406|{985}R End|{985v}r end|{985v}R end
  505.  407|{985}R pitch|{98v}r pitch
  506.  408|{8}List X|{8v}list X
  507.  409|{8}List Y|{8v}list Y
  508. #410|
  509. #411|
  510. #412|
  511. #413|
  512. #414|
  513. #415|
  514. # are these {n} ?
  515.  416|{985n}\a(n)
  516.  417|{985n}\a(n+1)
  517.  418|{985n}\a(n+2)
  518.  419|{985n}\(n)
  519.  420|{985n}\a(0)
  520.  421|{985n}\a(1)
  521.  422|{5n}\a(2)
  522.  423|{5n}\b(n)
  523.  424|{5n}\b(n+1)
  524.  425|{5n}\b(n+2)
  525.  426|{5n}\b(0)
  526.  427|{5n}\b(1)
  527.  428|{5n}\b(2)
  528.  429|{5n}\a(nStart)|{5}\a(n-start)|{5}\a(ns)|{5}\a(nstart)
  529.  430|{5n}\b(nStart)|{5}\b(n-start)|{5}\b(ns)|{5}\b(nstart)
  530. #431|
  531. # Boolean operations
  532.  432|{5} And |{5v}And
  533.  433|{5} Or |{5v}Or
  534. #434|
  535. # contrast with token 167...
  536.  435|{5} Not |{5v}Not|{5t}boolean not (used in If statements)
  537. #436|
  538. #437|
  539. #438|
  540. #439|
  541. #440|
  542. #441|
  543. #442|
  544. #443|
  545. #444|
  546. #445|
  547. #446|
  548. #447|
  549. #448|
  550. #449|
  551. #450|
  552. #451|
  553. #452|
  554. #453|
  555. #454|
  556. #455|
  557. #456|
  558. #457|
  559. #458|
  560. #459|
  561. #460|
  562. #461|
  563. #462|
  564. #463|
  565. #464|
  566. #465|
  567. #466|
  568. #467|
  569. #468|
  570. #469|
  571. #470|
  572. #471|
  573. #472|
  574. #473|
  575. #474|
  576. #475|
  577. #476|
  578. #477|
  579. #478|
  580. #479|
  581. #480|
  582. #481|
  583. #482|
  584. #483|
  585. #484|
  586. #485|
  587. #486|
  588. #487|
  589. #488|
  590. #489|
  591. #490|
  592. #491|
  593. #492|
  594. #493|
  595. #494|
  596. #495|
  597. # Graph variables
  598.  496|\gY|{t}graph variable `Y'
  599.  497|\gr|{t}graph variable `r'
  600.  498|\Xt|{t}graph variable `Xt'
  601.  499|\Yt|{t}graph variable `Yt'
  602.  500|\gX|{t}graph variable `X'
  603. #501|
  604. #502|
  605. #503|
  606. #504|
  607. #505|
  608. #506|
  609. #507|
  610. #508|
  611. #509|
  612. #510|
  613. #511|
  614. #
  615. # Double-shifted tokens (shift char 0xf7)  9850+ only
  616. #
  617.  512|{5}If |{5v}If|{5v}if
  618.  513|{5}Then |{5v}Then|{5v}then
  619.  514|{5}Else |{5v}Else|{5v}else
  620.  515|{5}IfEnd|{5v}ifend
  621.  516|{5}For |{5v}For|{5v}for
  622.  517|{5} To |{5v}To|{5v}to
  623.  518|{5} Step |{5v}Step|{5v}step
  624.  519|{5}Next|{5v}next
  625.  520|{5}While |{5v}While|{5v}while
  626.  521|{5}WhileEnd|{5v}whileend
  627.  522|{5}Do|{5v}do
  628.  523|{5}LpWhile |{5v}LpWhile|{5v}lpwhile|{5v}Lpwhile|{5v}lpWhile
  629.  524|{5}Return|{5v}return
  630.  525|{5}Break|{5v}break
  631.  526|{5}Stop|{5v}stop
  632. #527|
  633.  528|{5}Locate |{5v}Locate|{5v}locate
  634.  529|{5}Send(|{5v}send(
  635.  530|{5}Receive(|{5v}receive(
  636. #531|
  637. #532|
  638. #533|
  639. #534|
  640. #535|
  641.  536|{5}ClrText|{5v}clrtext|{5v}Clrtext
  642.  537|{5}ClrGraph|{5v}clrgraph|{5v}Clrgraph
  643.  538|{5}ClrList|{5v}clrlist|{5v}Clrlist
  644. #539|
  645. #540|
  646. #541|
  647. #542|
  648. #543|
  649.  544|{5}DrawGraph|{5v}drawgraph
  650. #545|
  651.  546|{5}DrawDyna|{5v}drawdyna
  652.  547|{5}DrawStat|{5v}drawstat
  653. # what the... ?
  654.  548|{5}DrawFTG-Con|{5v}drawftg-con
  655.  549|{5}DrawFTG-Plt|{5v}drawftg-plt
  656.  550|{5}DrawR-Con|{5v}drawr-con
  657.  551|{5}DrawR-Plt|{5v}drawr-plt
  658.  552|{5}DrawRE-Con|{5v}drawrE-con
  659.  553|{5}DrawRE-Plt|{5v}drawrE-plt
  660.  554|{5}DrawWeb |{5v}DrawWeb|{5v}drawweb
  661. #555|
  662. #556|
  663. #557|
  664.  558|{5}DispF-Tbl|{5v}dispf-tbl
  665.  559|{5}DispR-Tbl|{5v}dispr-tbl
  666. #560|
  667. #561|
  668. #562|
  669. #563|
  670. #564|
  671. #565|
  672. #566|
  673. #567|
  674. #568|
  675. #569|
  676. #570|
  677. #571|
  678. #572|
  679. #573|
  680. #574|
  681. #575|
  682.  576|{5}1-Variable |{5v}1-Variable|{5v}1-variable
  683.  577|{5}2-Variable |{5v}2-Variable|{5v}2-variable
  684.  578|{5}LinearReg |{5v}LinearReg|{5v}linearreg
  685.  579|{5}Med-MedLine |{5v}Med-MedLine|{5v}med-medline
  686.  580|{5}QuadReg |{5v}QuadReg|{5v}quadreg
  687.  581|{5}CubicReg |{5v}CubicReg|{5v}cubicreg
  688.  582|{5}QuartReg |{5v}QuartReg|{5v}quartreg
  689.  583|{5}LogReg |{5v}LogReg|{5v}logreg
  690.  584|{5}ExpReg |{5v}ExpReg|{5v}expreg
  691.  585|{5}PowerReg |{5v}PowerReg|{5v}powerreg
  692.  586|{5}S-Gph1 |{5v}S-Gph1|{5v}s-gph1
  693.  587|{5}S-Gph2 |{5v}S-Gph2|{5v}s-gph2
  694.  588|{5}S-Gph3 |{5v}S-Gph3|{5v}s-gph3
  695.  589|{5}Square|{5v}square
  696.  590|{5}Cross|{5v}cross
  697.  591|{5}Dot|{5v}dot
  698.  592|{5}Scatter|{5v}scatter
  699.  593|{5}xyLine|{5v}xyline
  700.  594|{5}Hist|{5v}hist
  701.  595|{5}MedBox|{5v}medbox
  702.  596|{5}meanBox|{5v}meanbox
  703.  597|{5}N-Dist|{5v}N-dist|{5v}n-dist
  704.  598|{5}Broken|{5v}broken
  705.  599|{5}Linear|{5v}linear
  706.  600|{5}Med-Med|{5v}med-med
  707.  601|{5}Quad|{5v}quad
  708.  602|{5}Cubic|{5v}cubic
  709.  603|{5}Quart|{5v}quart
  710. #can't have `log' due to clashes
  711.  604|{5}Log
  712.  605|{5}Exp|{5v}exp
  713.  606|{5}Power|{5v}power
  714. #607|
  715.  608|{5}S-WindAuto|{5v}s-windauto
  716.  609|{5}S-WindMan|{5v}s-windman
  717.  610|{5}Graph X=|{5v}graph X=
  718.  611|{5}Y=Type|{5v}Y=type
  719.  612|{5}r=Type|{5v}r=type
  720.  613|{5}ParamType|{5v}paramtype
  721. #614|
  722.  615|{5}X=cType|{5v}X=ctype
  723. #616|
  724. #617|
  725.  618|{5}Y>Type|{5v}Y>type
  726.  619|{5}Y<Type|{5v}Y<type
  727.  620|{5}Y>=Type|{5v}Y>=type
  728.  621|{5}Y<=Type|{5v}Y<=type
  729. #622|
  730. #623|
  731.  624|{5}G-Connect|{5v}g-connect
  732.  625|{5}G-Plot|{5v}g-plot
  733.  626|{5}DualGraph|{5v}dualgraph
  734.  627|{5}DualGtoT|{5v}dualgtot
  735.  628|{5}DualT+G|{5v}dualt+g
  736.  629|{5}DualOff|{5v}dualoff
  737. #630|
  738. #631|
  739.  632|{5}BG-None|{5v}bg-none
  740.  633|{5}BG-Pict|{5v}bg-pict
  741.  634|{5}GridOff|{5v}gridoff
  742. #635|
  743. #636|
  744.  637|{5}GridOn|{5v}gridon
  745. #638|
  746. #639|
  747.  640|{5}D Var |{5v}D Var|{5v}d var
  748.  641|{5}NrmSpeed|{5v}nrmspeed
  749.  642|{5}FastSpeed|{5v}fastspeed
  750.  643|{5}SlowSpeed|{5v}slowspeed
  751.  644|{5}Stop&Go|{5v}stop&go
  752.  645|{5}DynaCon
  753.  646|{5}DynaStop
  754. #647|
  755.  648|{5}VarRange|{5v}varrange|{5}\vrange
  756. #649|
  757. #650|
  758. #651|
  759. #652|
  760. #653|
  761. #654|
  762. #655|
  763.  656|{5}\a(n)Type
  764.  657|{5}\a(n+1)Type
  765.  658|{5}\a(n+2)Type
  766.  659|{5}StoPict |{5v}StoPict|{5v}stopict
  767.  660|{5}RclPict |{5v}RclPict|{5v}rclpict
  768.  661|{5}StoGMEM |{5v}StoGMEM|{5v}stogmem
  769.  662|{5}RclGMEM |{5v}RclGMEM|{5v}rclgmem
  770.  663|{5}StoV-Win |{5v}StoV-Win|{5v}stov-win
  771.  664|{5}RclV-Win |{5v}RclV-Win|{5v}rclv-win
  772. #665|
  773. #666|
  774. #667|
  775. #668|
  776. #669|
  777. #670|
  778. #671|
  779.  672|{5}Tangent |{5v}Tangent|{5v}tangent
  780.  673|{5}Normal |{5v}Normal|{5v}normal
  781.  674|{5}Inverse |{5v}Inverse|{5v}inverse
  782.  675|{5}Vertical |{5}Vertical|{5}vertical
  783.  676|{5}Horizontal |{5}Horizontal|{5}horizontal
  784.  677|{5}Text |{5v}Text|{5v}text
  785.  678|{5}Circle |{5v}Circle|{5v}circle
  786.  679|{5}F-Line |{5}F-Line|{5}f-line
  787.  680|{5}PlotOn |{5v}PlotOn|{5v}ploton
  788.  681|{5}PlotOff |{5v}PlotOff|{5v}plotoff
  789.  682|{5}PlotChg |{5v}PlotChg|{5v}plotchg
  790.  683|{5}PxlOn |{5v}PxlOn|{5v}pxlon
  791.  684|{5}PxlOff |{5v}PxlOff|{5v}pxloff
  792.  685|{5}PxlChg |{5v}PxlChg|{5v}pxlchg
  793. #686|
  794.  687|{5}PxlTest |{5v}PxlTest|{5v}pxltest
  795.  688|{5}SortA(|{5v}sorta(
  796.  689|{5}SortD(|{5v}sortd(
  797.  690|{5}VarList1
  798.  691|{5}VarList2
  799.  692|{5}VarList3
  800.  693|{5}VarList4
  801.  694|{5}VarList5
  802.  695|{5}VarList6
  803.  696|{5}File1
  804.  697|{5}File2
  805.  698|{5}File3
  806.  699|{5}File4
  807.  700|{5}File5
  808.  701|{5}File6
  809. #702|
  810. #703|
  811.  704|{5}FuncOn|{5v}funcon
  812.  705|{5}SimulOn|{5v}simulon
  813.  706|{5}AxesOn|{5v}axeson
  814.  707|{5}CoordOn|{5v}coordon
  815.  708|{5}LabelOn|{5v}labelon
  816.  709|{5}DerivOn|{5v}derivon
  817.  710|{5}LocusOn|{5v}locuson
  818.  711|{5}EdispOn|{5v}edispon
  819.  712|{5}G SelOn |{5v}G SelOn|{5v}g selon
  820.  713|{5}T SelOn |{5v}T SelOn|{5v}t selon
  821.  714|{5}D SelOn |{5v}D SelOn|{5v}d selon
  822.  715|{5}R SelOn |{5v}R SelOn|{5v}r selon
  823.  716|{5}DrawOn|{5v}drawon
  824. #717|
  825. #718|
  826. #719|
  827.  720|{5}FuncOff|{5v}funcoff
  828.  721|{5}SimulOff|{5v}simuloff
  829.  722|{5}AxesOff|{5v}axesoff
  830.  723|{5}CoordOff|{5v}coordoff
  831.  724|{5}LabelOff|{5v}labeloff
  832.  725|{5}DerivOff|{5v}derivoff
  833.  726|{5}LocusOff|{5v}locusoff
  834.  727|{5v}EdispOff|{5v}edispoff
  835.  728|{5}G SelOff |{5v}G SelOff|{5v}g seloff
  836.  729|{5}T SelOff |{5v}T SelOff|{5v}t seloff
  837.  730|{5}D SelOff |{5v}D SelOff|{5v}d seloff
  838.  731|{5}R SelOff |{5v}R SelOff|{5v}r seloff
  839.  732|{5}DrawOff|{5v}drawoff
  840. #733|
  841. #734|
  842. #735|
  843. #736|
  844. #737|
  845. #738|
  846. #739|
  847. #740|
  848. #741|
  849. #742|
  850. #743|
  851. #744|
  852. #745|
  853. #746|
  854. #747|
  855. #748|
  856. #749|
  857. #750|
  858. #751|
  859. #752|
  860. #753|
  861. #754|
  862. #755|
  863. #756|
  864. #757|
  865. #758|
  866. #759|
  867. #760|
  868. #761|
  869. #762|
  870. #763|
  871. #764|
  872. #765|
  873. #766|
  874. #767|
  875.  
  876. #eof  
  877.